object fKeyboardShortcutsDlg: TfKeyboardShortcutsDlg Left = 414 Top = 300 BorderStyle = bsDialog Caption = 'fKeyboardShortcutsDlg' ClientHeight = 543 ClientWidth = 529 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 120 TextHeight = 16 object bvlBottom: TBevel Left = 0 Top = 481 Width = 529 Height = 62 Align = alBottom Shape = bsTopLine end object lvwShortcuts: TListView Left = 12 Top = 9 Width = 504 Height = 424 Columns = < item Caption = 'colDesc' Width = 332 end item Caption = 'colShortcut' Width = 123 end> GridLines = True HideSelection = False HotTrackStyles = [htUnderlineHot] ReadOnly = True RowSelect = True SortType = stText TabOrder = 0 ViewStyle = vsReport OnColumnClick = lvwShortcutsColumnClick OnCompare = lvwShortcutsCompare OnSelectItem = lvwShortcutsSelectItem end object btnOK: TButton Left = 321 Top = 498 Width = 93 Height = 31 Caption = 'btnOK' Default = True ModalResult = 1 TabOrder = 4 OnClick = btnOKClick end object btnCancel: TButton Left = 423 Top = 498 Width = 93 Height = 31 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 5 end object hkey: TnbHotKey Left = 12 Top = 446 Width = 197 Height = 23 HotKey = 32768 TabOrder = 1 OnEnter = hkeyEnter OnExit = hkeyExit AcceptKeys = [nbkeyTab, nbkeySpace, nbkeyReturn] end object btnAssign: TButton Left = 217 Top = 442 Width = 92 Height = 31 Caption = 'btnAssign' Enabled = False TabOrder = 2 OnClick = btnAssignClick end object btnReset: TButton Left = 12 Top = 498 Width = 197 Height = 31 Caption = 'btnReset' TabOrder = 3 OnClick = btnResetClick end end